home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global soundspath, whosnow, cards
- if (item 5 of cards <> 1) or (item 6 of cards <> 1) then
- sound playFile 1, soundspath & "350"
- repeat with i = 60 to 65
- sprite(i).visible = 0
- end repeat
- sprite(65).visible = 1
- whosnow = "poz"
- end if
- end
-